home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 013a / ezlbl10t.zip / EPSON.EZL < prev    next >
Text File  |  1990-03-14  |  803b  |  31 lines

  1. ;This file contains some useful EPSON printer control code sequences.
  2. ;To see the results on your epson-compatible printer, from DOS type
  3. ;     EZL EPSON.EZL.
  4. ;All of these codes may not work with all Epson and compatibles.
  5. ;Most of these codes will also work with an IBM Proprinter.
  6.  
  7.  
  8. <27 64> ;Reset printer
  9.  
  10. <27 69> ;Turn on Emphasis Printing
  11. . Emphasis Printing
  12. <27 70> ;Turn off Emphasis Printing
  13. .
  14. <27 71> ;Turn on Double Printing
  15. . Double Printing
  16. <27 72> ;Turn off Double Printing
  17. .
  18. <27 87 1> ;Turn on Double Width Printing
  19. . Double Width Printing
  20. <27 87 0> ;Turn off Double Width Printing
  21. .
  22. <27 45 1> ;Turn on Underlining
  23. .Underlining
  24. <27 45 0> ;Turn off Underlining
  25. .
  26. . Superscript: Pi<27 83 0>2<27 84>
  27. .
  28. . Subscript: H<27 83 1>2<27 84>O
  29. .
  30. <27 64> ;Reset printer
  31.